3.3066 \(\int (a+b x)^m (c+d x)^{-2-m} \, dx\)

Optimal. Leaf size=36 \[ \frac{(a+b x)^{m+1} (c+d x)^{-m-1}}{(m+1) (b c-a d)} \]

[Out]

((a + b*x)^(1 + m)*(c + d*x)^(-1 - m))/((b*c - a*d)*(1 + m))

_______________________________________________________________________________________

Rubi [A]  time = 0.0281099, antiderivative size = 36, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 19, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.053 \[ \frac{(a+b x)^{m+1} (c+d x)^{-m-1}}{(m+1) (b c-a d)} \]

Antiderivative was successfully verified.

[In]  Int[(a + b*x)^m*(c + d*x)^(-2 - m),x]

[Out]

((a + b*x)^(1 + m)*(c + d*x)^(-1 - m))/((b*c - a*d)*(1 + m))

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 4.71946, size = 29, normalized size = 0.81 \[ - \frac{\left (a + b x\right )^{m + 1} \left (c + d x\right )^{- m - 1}}{\left (m + 1\right ) \left (a d - b c\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((b*x+a)**m*(d*x+c)**(-2-m),x)

[Out]

-(a + b*x)**(m + 1)*(c + d*x)**(-m - 1)/((m + 1)*(a*d - b*c))

_______________________________________________________________________________________

Mathematica [A]  time = 0.0589156, size = 36, normalized size = 1. \[ \frac{(a+b x)^{m+1} (c+d x)^{-m-1}}{(m+1) (b c-a d)} \]

Antiderivative was successfully verified.

[In]  Integrate[(a + b*x)^m*(c + d*x)^(-2 - m),x]

[Out]

((a + b*x)^(1 + m)*(c + d*x)^(-1 - m))/((b*c - a*d)*(1 + m))

_______________________________________________________________________________________

Maple [A]  time = 0.006, size = 42, normalized size = 1.2 \[ -{\frac{ \left ( bx+a \right ) ^{1+m} \left ( dx+c \right ) ^{-1-m}}{adm-bcm+ad-bc}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((b*x+a)^m*(d*x+c)^(-2-m),x)

[Out]

-(b*x+a)^(1+m)*(d*x+c)^(-1-m)/(a*d*m-b*c*m+a*d-b*c)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \int{\left (b x + a\right )}^{m}{\left (d x + c\right )}^{-m - 2}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x + a)^m*(d*x + c)^(-m - 2),x, algorithm="maxima")

[Out]

integrate((b*x + a)^m*(d*x + c)^(-m - 2), x)

_______________________________________________________________________________________

Fricas [A]  time = 0.249782, size = 78, normalized size = 2.17 \[ \frac{{\left (b d x^{2} + a c +{\left (b c + a d\right )} x\right )}{\left (b x + a\right )}^{m}{\left (d x + c\right )}^{-m - 2}}{b c - a d +{\left (b c - a d\right )} m} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x + a)^m*(d*x + c)^(-m - 2),x, algorithm="fricas")

[Out]

(b*d*x^2 + a*c + (b*c + a*d)*x)*(b*x + a)^m*(d*x + c)^(-m - 2)/(b*c - a*d + (b*c
 - a*d)*m)

_______________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \[ \text{Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x+a)**m*(d*x+c)**(-2-m),x)

[Out]

Timed out

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int{\left (b x + a\right )}^{m}{\left (d x + c\right )}^{-m - 2}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x + a)^m*(d*x + c)^(-m - 2),x, algorithm="giac")

[Out]

integrate((b*x + a)^m*(d*x + c)^(-m - 2), x)